
@layer base {
  
  body, :host {
    /* Color */
      --blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--blue-1100: #1E3A8A;
--blue-1200: #1E3A8A;
--blue-1300: #1a3465 ;
--grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
  /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-playfairdisplay: 'Playfair Display',serif;
--font-lato: 'Lato',sans-serif;
--font-mavenpro: 'Maven Pro',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    --Test: 1;
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .chsGOc {
    width:100%;
  height:100%;
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
        
        
      
      
  .cgqzyY {
    gap:1rem;
  display:grid;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  }
      

      
          @media (min-width: 640px) {
            
  .cgqzyY {
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
      

          }
          
        
        
      
      
  .cpBzkE {
    gap:0.5rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .frqUeA {
    gap:0.5rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .edBHFO {
    gap:1rem;
  flex:1 1 0%;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .ciHJeS {
    width:100%;
  display:block;
  padding:1.5rem;
  max-width:56rem;
  margin-left:auto;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  flex-direction:row;
  background-color:inherit;
  }
      

      
        
        
      
      
  .ccpIkG {
    display:block;
  font-size:1.25rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .ddOwWy {
    color:#5f6f86;
  display:block;
  line-height:1.625;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .IPRfv {
    gap:4px;
  color:#000000;
  width:100%;
  height:60px;
  display:flex;
  position:relative;
  align-items:center;
  font-family:inherit;
  padding-left:8px;
  padding-right:8px;
  flex-direction:row;
  justify-content:space-between;
  background-color:#ffffff;
  }
      

      
          @media (min-width: 800px) {
            
  .IPRfv {
    padding-left:40px;
  padding-right:40px;
  }
      

          }
          
        
        
      
      
  .cOvXSe {
    color:var(--grey-700, #404040);
  width:100px;
  cursor:pointer;
  height:x;
  font-size:14px;
  align-items:center;
  font-family:'Maven Pro';
  padding-top:6px;
  border-color:#ffffff;
  border-style:solid;
  border-width:1px;
  padding-left:4px;
  border-radius:6px;
  padding-right:4px;
  padding-bottom:6px;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
  .cOvXSe:hover {
    color:#ffffff;
  align-items:center;
  padding-top:6px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:6px;
  justify-content:center;
  background-color:#1a3466;
  }
      

        
        
      
      
  .bAQvwL {
    color:var(--grey-800, #262626);
  font-size:24px;
  align-items:center;
  font-family:'Playfair Display';
  font-weight:var(--font-weight-semi-bold);
  justify-content:center;
  }
      

      
  .bAQvwL:hover {
    cursor:pointer;
  }
      

        
        
      
      
  .fCfpRL {
    color:var(--grey-700, #404040);
  width:100px;
  cursor:pointer;
  height:- ;
  font-size:14px;
  align-items:center;
  font-family:'Maven Pro';
  padding-top:6px;
  border-color:var(--grey-700, #404040);
  border-style:solid;
  border-width:2px;
  padding-left:4px;
  border-radius:5px;
  padding-right:4px;
  padding-bottom:6px;
  justify-content:center;
  background-color:#1a346500;
  }
      

      
  .fCfpRL:hover {
    color:#ffffff;
  background-color:#1a3466;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .ccXbHz {
    width:100%;
  height:auto;
  display:block;
  object-fit:cover;
  border-style:solid;
  border-width:0px;
  border-radius:0.5rem;
  flex-direction:row;
  }
      

      
        
        
      
      
  .bbFKno {
    display:inline-flex;
  font-size:0.75rem;
  align-items:center;
  font-weight:600;
  border-color:#edf2f7;
  border-style:solid;
  border-width:1px;
  border-radius:9999px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .eIcQma {
    gap:1rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .cDFVim {
    color:#a0aec0;
  display:block;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .YjNEU {
    display:block;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .cmwdau {
    display:block;
  font-size:1.875rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
        
      
      
  .eSiVst {
    gap:1.5rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .bNMXTe {
    gap:0.25rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .dqTWrE {
    gap:32px;
  width:100%;
  min-height:200px;
  align-items:center;
  padding-top:64px;
  flex-direction:row;
  padding-bottom:64px;
  justify-content:center;
  background-color:#ffffff;
  border-top-color:var(--grey-300, #D4D4D4);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
        
      
      
  .bVBXGN {
    color:var(--grey-500, #737373);
  font-family:'Playfair Display';
  }
      

      
        
        
      
      
  .bWQduo {
    color:var(--grey-500, #737373);
  font-size:var(--font-size-2xl);
  font-family:'Playfair Display';
  }
      

      
        
        
      
      
  .fwxPqg {
    gap:8px;
  width:100%;
  }
      

      
        
        
      
      
  .bsjHSu {
    font-weight:var(--font-weight-regular);
  justify-content:center;
  }
      

      
        
        
      
      
  .fxHRs {
    font-family:'Playfair Display';
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fqbfdi {
    color:var(--grey-900, #171717);
  font-size:var(--font-size-lg);
  font-family:'Playfair Display';
  font-weight:var(--font-weight-semi-bold);
  padding-top:12px;
  padding-bottom:12px;
  }
      

      
        
        
      
      
  .dZkXyH {
    gap:8px;
  width:100%;
  font-size:var(--font-size-xs);
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .EjIRl {
    color:#a0aec0;
  display:block;
  font-size:0.875rem;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .dyuuit {
    gap:2rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .elFnmy {
    width:100%;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
          @media (min-width: 640px) {
            
  .elFnmy {
    width:33.333333%;
  }
      

          }
          
        
        
      
      
  .UNWsU {
    gap:1.5rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
          @media (min-width: 640px) {
            
  .UNWsU {
    flex-direction:row;
  }
      

          }
          
        
        
      
      
  .dDtbHo {
    color:#5f6f86;
  display:block;
  font-size:var(--font-size-base);
  line-height:1.625;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
        
      